home *** CD-ROM | disk | FTP | other *** search
/ PsL Monthly 1993 December / PSL Monthly Shareware CD-ROM (December 1993).iso / prgmming / dos / c / cmprss.exe / README < prev    next >
Text File  |  1993-01-26  |  358b  |  6 lines

  1. COMPRSS.ZIP is two file streams derived from the built in ifstream and
  2. ofstream streams which compresses/uncompresses data being written to or
  3. read from a file.  The two derived classes, cpifstream and
  4. cpofstream can be used in place of any existing ifstream or ofstream to
  5. achieve better than 2::1 compression.  A test program and utility are
  6. provided.